From: Richard M. Stallman Date: Sat, 17 Sep 1994 05:50:17 +0000 (+0000) Subject: Don't declare malloc. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90206 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5afc7fb0ba4b2ea4ffbcf83108038e8467780e66;p=emacs.git Don't declare malloc. --- diff --git a/lib-src/timer.c b/lib-src/timer.c index 1fd7836802f..6a3a3fba101 100644 --- a/lib-src/timer.c +++ b/lib-src/timer.c @@ -34,7 +34,7 @@ extern int errno; -extern char *strerror (), *malloc (); +extern char *strerror (); extern time_t time (); /*